home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / syserr.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  321b  |  14 lines

  1. /*
  2.  * syserr.h : Portable interface to system error messages.
  3.  *
  4.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  5.  *
  6.  */
  7.  
  8. /* Either the real errno or one of our making, for external use. */
  9. #ifndef MSDOS
  10. extern int errno;        /* MSDOS doesn't like this, apparently */
  11. #endif /* !MSDOS */
  12.  
  13. extern void sysError();
  14.